SavePDF(Stream,Workbook[]) Method
In This Topic
Saves the datas from different workbooks to the specified pdf file stream.
Syntax
public void SavePDF(
System.IO.Stream ,
params Workbook[]
)
Parameters
- stream
- The specified pdf file.
- workbooks
- The workbook collection.
See Also